home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 3⁄16⁄90 / 0862-Re TDialogView Bug-Mar90 < prev    next >
Encoding:
Text File  |  1990-03-16  |  1.1 KB  |  30 lines  |  [TEXT/GEOL]

  1. Item    9820733                         11-March-90        05:20PST
  2.  
  3. From:   AUST0134                        Jam Software Sydney,IVR
  4.  
  5. To:     POWERUP.DEV                     Power Up Software,PRT
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Re TDialogView Bug
  10.  
  11. Dear James,
  12.  
  13. I take your point re IsViewEnabled being checked, but I think it is more a
  14. rationalization of a bug rather than the explanation of a feature.
  15.  
  16. I would have thought, that in most situations, if a control is dimmed then it
  17. means that the application does not want to know about it.  Granted, MacApp
  18. allows the the distinction between enabling and dimming, but enabling is an
  19. attribute of all view types, and dimming is a specific attribute of controls,
  20. which really should reflect its enabled status.  A control that is not dimmed
  21. will be assumed to be accessible, and thus enabled, by the user.  A control
  22. that is dimmed will be considered to be not accessible, or disabled.
  23.  
  24. The default behaviour should be a synchronization between enabling and dimming.
  25. If an application wants to know about enabled, dimmed controls, then it can
  26. OVERRIDE.
  27.  
  28. Tseung Cheung.
  29.  
  30.